PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFExponentialFunction Class


In This Topic
    PDFExponentialFunction Class Methods
    In This Topic

    For a list of all members of this type, see PDFExponentialFunction members.

    Public Methods
     NameDescription
    Public MethodCalculates the function for the given input.
    This method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public Methodstatic (Shared in Visual Basic)Creates a PDFFunction based on a COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function result when input value is 0.  
    Public MethodGets the function result when input value is 1.  
    Public MethodGets the COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the interpolation exponent.  
    Public MethodGets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodSets the function result when input value is 0.  
    Public MethodSets the function result when input value is 1.  
    Public MethodSets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodSets the interpolation exponent.  
    Public MethodSets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Top
    See Also